CancelCallBack
You use theCancelCallBack
function to cancel a callback event before it executes.
pascal void CancelCallBack (QTCallBack cb);
cb
- Specifies the callback event for this operation. You obtain this value from the
NewCallBack
function (described on page 2-317).DESCRIPTION
TheCancelCallBack
function removes the callback event from the list of callback events maintained by the Movie Toolbox. The Movie Toolbox calls this function automatically when it invokes your callback function. In order for a callback event to be scheduled, you must call theCallMeWhen
function, which is described in the previous section.ERROR CODES
None